DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / LiveViewExtensions Class / LiveAverage Method / LiveAverage(View<Decimal>) Method

In This Topic
    LiveAverage(View<Decimal>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function LiveAverage( _
       ByVal source As View(Of Decimal) _
    ) As AggregationView(Of Decimal,Decimal)
    public static AggregationView<decimal,decimal> LiveAverage( 
       View<decimal> source
    )

    Parameters

    source
    See Also